TopLevelObjectNodeBase<T,TDescription> Class
This class is used by 'Application Model Code Generator' as the base class for all container classes.
Type Parameters
T
TDescription

C# Syntax

public abstract class TopLevelObjectNodeBase<T,TDescription> : AppModelNodeBase<T,TDescription> 
where T: class, ITopLevelObject
where TDescription: class, IDescription
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.AppModelNodeBase<T,TDescription>
      HP.LFT.SDK.TopLevelObjectNodeBase<T,TDescription>

Public Properties
 NameDescription
Public PropertyDescriptionThe description of the generated Application Model node. (Inherited from HP.LFT.SDK.AppModelNodeBase<T,TDescription> )
Public PropertyParentThe parentITestObjectobject. (Inherited from HP.LFT.SDK.AppModelNodeBase<T,TDescription> )
Top
Protected Properties
 NameDescription
Protected PropertyConcreteConcrete generic property. (Inherited from HP.LFT.SDK.AppModelNodeBase<T,TDescription> )
Top
Public Methods
 NameDescription
Public MethodSetDescriptionSets the description of the generated Application Model node. (Inherited from HP.LFT.SDK.AppModelNodeBase<T,TDescription> )
Top
Protected Methods
 NameDescription
Protected MethodCreateDescriptionPlaceholder method for CreateDescription. (Inherited from HP.LFT.SDK.AppModelNodeBase<T,TDescription> )
Protected MethodGetRelatedObjectReturns the related test object. (Inherited from HP.LFT.SDK.AppModelNodeBase<T,TDescription> )
Top